projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
26ede5d
)
(mailclient-send-it): Fix message.
author
Glenn Morris
<rgm@gnu.org>
Tue, 21 Jul 2009 04:38:21 +0000
(
04:38
+0000)
committer
Glenn Morris
<rgm@gnu.org>
Tue, 21 Jul 2009 04:38:21 +0000
(
04:38
+0000)
lisp/mail/mailclient.el
patch
|
blob
|
history
diff --git
a/lisp/mail/mailclient.el
b/lisp/mail/mailclient.el
index 8610f192d97a66fd75b16873cd6be41282a98ca9..29779e411bc69da5d3e62ec848bf92862b32dc4b 100644
(file)
--- a/
lisp/mail/mailclient.el
+++ b/
lisp/mail/mailclient.el
@@
-164,7
+164,7
@@
The mail client is taken to be the handler of mailto URLs."
(+ 1 delimline) (point-max))
(concat
"*** E-Mail body has been placed on clipboard, "
- "please paste
them
here! ***"))
+ "please paste
it
here! ***"))
;; else
(buffer-substring (+ 1 delimline) (point-max))))))))))))